home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / databases / fbase106.lha / FBase / FBaseSrc.lha / FBaseGST.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-25  |  1.0 KB  |  45 lines

  1. /* FBase GST Include file */
  2.  
  3. /* MUI */
  4. #include <libraries/mui.h>
  5.  
  6. /* System */
  7. #include <dos/dos.h>
  8. #include <exec/memory.h>
  9. #include <exec/lists.h>
  10. #include <graphics/gfxmacros.h>
  11. #include <workbench/workbench.h>
  12. #include <libraries/iffparse.h>
  13.  
  14. /* Prototypes */
  15. #include <clib/alib_protos.h>
  16. #include <clib/exec_protos.h>
  17. #include <clib/dos_protos.h>
  18. #include <clib/icon_protos.h>
  19. #include <clib/graphics_protos.h>
  20. #include <clib/intuition_protos.h>
  21. #include <clib/gadtools_protos.h>
  22. #include <clib/muimaster_protos.h>
  23. #include <clib/asl_protos.h>
  24. #include <clib/iffparse_protos.h>
  25.  
  26. /* Pragmas */
  27. #include <pragmas/exec_pragmas.h>
  28. #include <pragmas/dos_pragmas.h>
  29. #include <pragmas/icon_pragmas.h>
  30. #include <pragmas/graphics_pragmas.h>
  31. #include <pragmas/intuition_pragmas.h>
  32. #include <pragmas/gadtools_pragmas.h>
  33. #include <pragmas/muimaster_pragmas.h>
  34. #include <pragmas/asl_pragmas.h>
  35. #include <pragmas/iffparse_pragmas.h>
  36.  
  37. /* ANSI C */
  38. #include <stdlib.h>
  39. #include <string.h>
  40. #include <stdio.h>
  41. #include <math.h>
  42.  
  43. /* MemLib */
  44. #include <memwatch.h>
  45.